printoperation-unix: Fix a use-after-free
authorMatthias Clasen <mclasen@redhat.com>
Tue, 12 May 2020 18:09:51 +0000 (14:09 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 12 May 2020 18:09:51 +0000 (14:09 -0400)
commit09ea880a43093d3d8e11344b0aa338667cafb50f
treeacf3bc0d27ef14bdd68aaea8bf539225a9551ba2
parent3b9a8194a5123c512e950c3f7401f96b70d97189
printoperation-unix: Fix a use-after-free

It turns out that finish_print destroys the
PrintResponseData, so we can't access it afterwards.
gtk/gtkprintoperation-unix.c